home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / FPSE_src / include / joypad.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-01  |  174 b   |  9 lines

  1. #ifndef _PAD_H_
  2. #define _PAD_H_
  3.  
  4. int  PAD_Init(SIO_Type *sio);
  5. void PAD_Close(SIO_Type *sio);
  6. void PAD_WriteData(SIO_Type *sio);
  7. void PAD_UpdateStatus(SIO_Type *sio);
  8.  
  9. #endif